현재 페이지 asp 에서 현재 페이지 의 주소 와 매개 변 수 를 가 져 오 는 함수 코드 Function getCurrentUrl() On Error Resume Next Dim strTemp If LCase(Request.ServerVariables("HTTPS")) = "off" Then strTemp = "http://" strTemp = "https://" End If strTemp = strTemp & Request.ServerVariables("SERVER_NAME")... 현재 페이지주소.매개 변수
asp 에서 현재 페이지 의 주소 와 매개 변 수 를 가 져 오 는 함수 코드 Function getCurrentUrl() On Error Resume Next Dim strTemp If LCase(Request.ServerVariables("HTTPS")) = "off" Then strTemp = "http://" strTemp = "https://" End If strTemp = strTemp & Request.ServerVariables("SERVER_NAME")... 현재 페이지주소.매개 변수